getSendTypeSize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. uint getSendTypeSize(T input)
  2. uint getSendTypeSize(T input)
    uint
    getSendTypeSize
    (
    T
    )
    (
    const T input = T.init
    )
    if (
    !is(T == struct) &&
    !isDynamicArray!T
    )
  3. uint getSendTypeSize(T input)
  4. uint getSendTypeSize(T input)

Meta